home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #2 / Software USA Volume 5.02.iso / pc / homeoff / backer / install / _setup.1 / Backer40.exe / 0 / RCDATA / TDESTINATIONDLG / TDESTINATIONDLG.txt
Encoding:
Text File  |  1998-09-06  |  4.0 KB  |  199 lines

  1. object DestinationDlg: TDestinationDlg
  2.   Left = 155
  3.   Top = 32
  4.   ActiveControl = CancelBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Ziel'
  8.   ClientHeight = 453
  9.   ClientWidth = 368
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object DrivesLbl: TLabel
  21.     Left = 16
  22.     Top = 48
  23.     Width = 130
  24.     Height = 13
  25.     Caption = 'VerfÔøΩgbare Laufwerke:'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object SelectedPathLbl: TLabel
  34.     Left = 16
  35.     Top = 12
  36.     Width = 233
  37.     Height = 13
  38.     Caption = 'AusgewÔøΩhltes Laufwerk und Verzeichnis:'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object DirectoriesLbl: TLabel
  47.     Left = 16
  48.     Top = 101
  49.     Width = 149
  50.     Height = 13
  51.     Caption = 'VerfÔøΩgbare Verzeichnisse:'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clBlack
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object VariationLbl: TLabel
  60.     Left = 72
  61.     Top = 360
  62.     Width = 113
  63.     Height = 13
  64.     AutoSize = False
  65.     Caption = 'Variation:'
  66.   end
  67.   object DriveEdt: TEdit
  68.     Left = 16
  69.     Top = 26
  70.     Width = 136
  71.     Height = 21
  72.     PopupMenu = Popup1
  73.     TabOrder = 0
  74.   end
  75.   object DestDriveCbo: TComboBox
  76.     Left = 16
  77.     Top = 62
  78.     Width = 336
  79.     Height = 38
  80.     Style = csOwnerDrawVariable
  81.     DropDownCount = 16
  82.     ItemHeight = 32
  83.     PopupMenu = Popup2
  84.     TabOrder = 2
  85.     OnChange = DestDriveCboChange
  86.     OnDrawItem = DestDriveCboDrawItem
  87.     OnMeasureItem = DestDriveCboMeasureItem
  88.   end
  89.   object DirEdt: TEdit
  90.     Left = 152
  91.     Top = 26
  92.     Width = 200
  93.     Height = 21
  94.     TabOrder = 1
  95.   end
  96.   object TreeView: TTreeView
  97.     Left = 16
  98.     Top = 115
  99.     Width = 336
  100.     Height = 238
  101.     ReadOnly = True
  102.     HideSelection = False
  103.     Indent = 19
  104.     OnExpanding = TreeViewExpanding
  105.     OnExpanded = TreeViewExpanded
  106.     OnCollapsed = TreeViewCollapsed
  107.     OnChange = TreeViewChange
  108.     TabOrder = 3
  109.     OnClick = TreeViewClick
  110.     Images = MainWnd.DriveBrowserImg
  111.   end
  112.   object OKBtn: TBitBtn
  113.     Left = 42
  114.     Top = 412
  115.     Width = 92
  116.     Height = 27
  117.     TabOrder = 6
  118.     Kind = bkOK
  119.     Margin = 2
  120.     Style = bsNew
  121.     Spacing = -1
  122.     IsControl = True
  123.   end
  124.   object CancelBtn: TBitBtn
  125.     Left = 138
  126.     Top = 412
  127.     Width = 92
  128.     Height = 27
  129.     TabOrder = 7
  130.     Kind = bkCancel
  131.     Margin = 2
  132.     Style = bsNew
  133.     Spacing = -1
  134.     IsControl = True
  135.   end
  136.   object HelpBtn: TBitBtn
  137.     Left = 234
  138.     Top = 412
  139.     Width = 92
  140.     Height = 27
  141.     TabOrder = 8
  142.     Kind = bkHelp
  143.     Margin = 2
  144.     Style = bsNew
  145.     Spacing = -1
  146.     IsControl = True
  147.   end
  148.   object VariationCbo: TComboBox
  149.     Left = 72
  150.     Top = 374
  151.     Width = 112
  152.     Height = 21
  153.     ItemHeight = 13
  154.     Items.Strings = (
  155.       'Fest'
  156.       'Kalendardatum'
  157.       'Wochentag'
  158.       'Gerade / Ungerade'
  159.       '3 Generationen')
  160.     TabOrder = 4
  161.     OnChange = VariationCboChange
  162.   end
  163.   object EightThreeChk: TCheckBox
  164.     Left = 208
  165.     Top = 376
  166.     Width = 97
  167.     Height = 17
  168.     Caption = '8.3-kompatibel'
  169.     TabOrder = 5
  170.   end
  171.   object Popup2: TPopupMenu
  172.     Left = 320
  173.     Top = 80
  174.     object Refresh2Itm: TMenuItem
  175.       Caption = 'Liste auffrischen'
  176.       OnClick = Refresh2ItmClick
  177.     end
  178.     object Browse2Itm: TMenuItem
  179.       Caption = 'Netzwerk durchsuchen...'
  180.       OnClick = Browse2ItmClick
  181.     end
  182.     object N1: TMenuItem
  183.       Caption = '-'
  184.     end
  185.     object Manual2Itm: TMenuItem
  186.       Caption = 'Manuelle UNCs lÔøΩschen'
  187.       OnClick = Manual2ItmClick
  188.     end
  189.   end
  190.   object Popup1: TPopupMenu
  191.     Left = 128
  192.     Top = 32
  193.     object Read1Itm: TMenuItem
  194.       Caption = 'Einlesen'
  195.       OnClick = Read1ItmClick
  196.     end
  197.   end
  198. end
  199.